::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: red; border-radius: 10px; border: 2px solid #000; }
::-webkit-scrollbar-thumb:hover { background: lime; }